func runtime.isDirectIface

5 uses

	runtime (current package)
		alg.go#L110: 	if isDirectIface(t) {
		alg.go#L127: 	if isDirectIface(t) {
		alg.go#L251: 	if isDirectIface(t) {
		alg.go#L268: 	if isDirectIface(t) {
		typekind.go#L41: func isDirectIface(t *_type) bool {